*{margin:0;padding:0;font-family: "微软雅黑";}
.hContainer{
	/*max-width:1200px;*/
	width:1200px;
	margin:0 auto;
	padding:0px;
}
@font-face{
   font-family: 'text_card';
   src: url('../fonts/text_card.TTF');
}
@font-face{
   font-family:'english_text';
   src: url('../fonts/english_text.OTF');
}
a{
	color: black;
	text-decoration: none;
}
ul{
	list-style: none;
	margin: 0px;
}
li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0px ;
	margin-bottom: 0px;
}
body{
	background:none;
}
dl,dd,dt{
	margin:0;
	font-weight: 400;
}
.public-left{
	float: left;
}
.public-right{
	float: right;
}
.mobile-banner,.mobile-btn,.mo-choice{
	display: none;
}
.home-banner{
	width: 100%;
}
.home-banner img{
	width: 100%;
}
.text-center{
	text-align: center;
}
a:focus, a:hover {
    color:#333333;
    text-decoration:none;
    }
.public-clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
p{
	margin:0px;
}
.flex-justify{
	display: flex;
	justify-content: center;
	align-items: center;
}
.public-clear{
	clear: both;
}
.header{
	box-sizing: border-box;
	padding:18px 0;
}
.header .hContainer{
	position: relative;
}
.top-cantact{
	
}
.top-ewm{
	margin-right:34px;
}
.top-mobile{
	display:inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-left:62px;
	height:48px;
	background:url(../images/dhtb.png) no-repeat;
}
.top-mobile p{
	line-height: 24px;
	color: #333333;
	font-size: 24px;
	font-weight:bold;
}
.navbg{
	background:#e7e7e7;
}
.nav-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
    width:100%;
}
.nav-info li{
	position: relative;
    box-sizing: border-box;
    width:11.1%;
    height:60px;
    text-align: center;
}
.nav-info li:last-of-type{
    margin-right: 0px;
}

.nav-info li>a{
    line-height:60px;
    color: #4e4e4e;
    font-size:15px;
    position:relative;
}
.nav-info li::before{
    content:"/";
    position:absolute;
    right:0px;
    top:50%;
    margin-top:-10px;
    width:8px;
    height:20px;
    color:#b6b6b6;
}
.nav-info li:last-of-type::before{
	display:none;
}
.nav-info li.nav_active>a::after,.nav-info li:hover>a::after{
    content:"";
    position:absolute;
    left:0px;
    bottom:-21px;
    width:100%;
    height:3px;
    background:#f68101;
}
.smallDrop{
    position: absolute;
    width:200px;
    left:-34px;
    top:59px;
    box-sizing:border-box;
    display: none;
    z-index: 999;
    background:#fff;
    border-top: 1px solid #ccc;
}
.nav-info li:hover>a{
	color:#f68101;
}
.nav-info li:hover .smallDrop{
    display: block;
}
.smallList{
    width:90%;
    margin: 0 auto;    
}
.smallList dd:first-child{
    background:none;
}
.smallList dd{
    line-height:40px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.smallList dd:hover{
    background:#f68101;
}
.smallList dd a{
    color:#333;
    font-size: 14px;
}
.smallList dd:hover a{
    color:#fff;
}
.hot-key{
}
.hot-key .hContainer{
	position: relative;
	z-index:100;
}
.hot-keyslide{
	position:absolute;
	left: 0;
	top:-65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing:border-box;
	padding:0 20px;
	width:100%;
	height:100px;
	background:#fff;
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.1);
	z-index:100;
}
.key-word{
	color:#333333;
	font-size:16px;
	font-weight: bold;
	line-height:40px;
}
.key-word>span{
	float:left;
	margin:0 15px 0 0 ;
}
.key-word a{
	margin-right:5px;
	color: #6a6a6a;
	font-size:14px;
	font-weight: 400;
}
.key-word a:hover{
	color:#f68101;
}
.key-word a:last-of-type{
	margin-right: 0px;
}
.hot-title{
	position: relative;
	margin-right:15px;
	display:inline-block;/*
	box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 255, 255, 0.1) inset;*/
}
.hot-title::after {
    content: "";
    position: absolute;
    right:-20px;
    top:50%;
    width:19px;
    height:26px;
    margin-top:-13px;
    background:url("../images/bg-shadow.png") no-repeat;
    background-size:100% 100%;
 }
.search{
	position: relative;
	color: #333333;
	font-size: 13px;
}
.search-info{
	box-sizing: border-box;
	border: none;
	background: none;
	border-bottom: 1px solid #a9a9a9;
	height: 35px;
	line-height: 35px;
	outline: none;
	position: relative;
	width:378px;
	color: #a9a9a9;
	padding:0px 20px 0px 0px;
}
.search-submit{
	outline:none;
	position:absolute;
	right: 0px;
	top:50%;
	background: url('../images/fdj.png');
	background-size:100% 100% ;
	width:17px;
	height: 17px;
	margin-top: -8.5px;
	border: none;
}
.product{
	margin-top:90px;
	box-sizing: border-box;
	padding:0 0 60px 0;
	background:url(../images/pro_bg.jpg);
}
.public-top{
	text-align: center;
}
.public-title{
	font-size: 40px;
	font-weight:bold;
	color: #333333;
}

.public-title span{
	position: relative;
	display:inline-block;
	color: #333333;
}
.public-title span::after,.public-title span::before{
	content:"";
	position: absolute;
	top:50%;
	margin-top:-0.5px;
	width:30px;
	height:1px;
	background:#333333;
}
.public-title span::after{
	left:-70px;
}
.public-title span::before{
	right:-70px;
}
.public-info{
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
.product-info{
	margin-top:30px;
}
.product-nav{
	width:250px;
}
.pro-bg{
	width: 252px;
	height: 80px;
	font-weight:bold;
	font-size: 24px;
	line-height:80px;
	color: #ffffff;
	background: #26365a;
}
.public-navlist{
	margin-bottom:15px;
	border: solid 1px #efefef;
	border-top: none;
}
.public-navlist li{
	position:relative;
	box-sizing: border-box;
	padding-left:50px;
	line-height:47px;
	border: solid 1px #efefef;
	transition:all .5s;
}
.public-navlist li:last-of-type{
	border:none;
}
.public-navlist li.active,.public-navlist li:hover{
	background:#efefef;
}
.public-navlist li::after{
	content:">";
	position:absolute;
	left:20px;
	top:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:-7.5px;
	width:15px;
	height:15px;
	transition:all .5s;
}
.public-navlist li.active::after,.public-navlist li:hover::after{
	content:"";
	background:url(../images/list_hover_icon.png);

}
.public-navlist li:hover a{
	color:#f68101;
}
.public-navlist li a{
	position: relative;
	box-sizing: border-box;
	padding-left:12px;
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.public-navlist li a::after{
	content:"-";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	display:flex;
	justify-content: center;
	align-items: center;
	height:2px;	
}
.public-sevrice{
	box-sizing: border-box;
	padding:30px 0;
	text-align: center;
	background:#e9e9e9;
}
.public-sevicon img{
	margin:0 auto;
	display:block;
}
.public-sevtitle{
	margin:8px 0;
}
.public-sevtel{
	font-weight:bold;
	font-size: 30px;
	line-height:30px;
	color: #333333;
}
.product-area{
	box-sizing: border-box;
	width:910px;
	
}
.product-item{
	box-sizing: border-box;
	padding-right:34px;
	border: solid 1px #e0e0e0;
	justify-content: space-between;
}
.product-img{
	width:552px;
}
.product-information{
		width:295px;
}
.product-title{
	font-weight:bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 24px;
	line-height: 48px;
	color: #333333;
}
.product-text{
	margin:18px 0 27px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:5;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.product-detail{
	display:block;
	box-sizing: border-box;
	padding-right:23px;
	width:149px;
	height:42px;
	font-size: 16px;
	line-height:42px;
	color: #ffffff;
	background:url(../images/more_bg.png);
}
.product-detail:hover{
	color:#fff;
}
.product-list{
	margin-top:22px;
}
.product-list li{
	float: left;
	margin-right:2%;
	width:32%;
}
.product-list li:last-of-type{
	margin-right:0;
}
.pro-img{
	overflow:hidden;
}
.product-list li:hover .pro-img img{
	transform: scale(1.1);
}
.product-list li:hover .pro-title{
	color:#f68101;
}
.pro-img img{
	height:217px;
}
.pro-img,.pro-img img{
	width:100%;
	transition: all .5s
}
.pro-title{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width:100%;
	font-size: 16px;
	line-height: 45px;
	color: #333333;
}
.choice{
	box-sizing: border-box;
	padding:70px 0;
	background:url(../images/xzly_bg.jpg);
}
.choice .public-title i{
	font-style: initial;
	color:#f87d06;
}
.choice-list{
	margin-top:50px;
	background:url(../images/xzly_pic.png) no-repeat;
	background-position:center;
}
.choice-list li{
	position: relative;
	box-sizing: border-box;
	padding-top:60px;
	width:50%;	
}
.choice-list li>div{
	width:304px;
}
.choice-list li:nth-child(odd){
	float: left;
	padding-left:70px;
}
.choice-list li:nth-child(even){
	float: right;
	padding-right:70px;
	
}
.choice-list li:first-child,.choice-list li:nth-child(2){
	padding-top:0;
	padding-bottom:60px;
	border-bottom:1px solid #d2d2d2;
}
.choice-list li::after{
	content:"";
	position:absolute;
	top:0;
	width:58px;
	height:58px;
}
.choice-list li:first-child::after{
	left:0;
	background:url(../images/xzly_01.png);
	background-size:100% 100%; 
}
.choice-list li:nth-child(2)::after{
	right:0;
	background:url(../images/xzly_03.png);
	background-size:100% 100%; 
}
.choice-list li:nth-child(3)::after{
	top:60px;
	left:0;
	background:url(../images/xzly_02.png);
	background-size:100% 100%; 
}
.choice-list li:nth-child(4)::after{
	top:60px;
	right:0;
	background:url(../images/xzly_04.png);
	background-size:100% 100%; 
}
.choice-title{
	margin-bottom:10px;
	font-size: 22px;
	font-weight:bold;
	line-height: 33px;
	color: #333333;
}
.choice-title span{
	display:block;
}
.choice-text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #565656;
}
.case{
	box-sizing:border-box;
	padding:65px 0;
	background:url(../images/case_bg.jpg);
}
.case .public-title span,.case .public-info{
	color:#fff;
}
.case span::after, .case span::before{
	background:#fff;
}
.case-list{
	margin:45px 0;
}
.case-list li{
	position: relative;
	margin-right:19px;
	float: left;
	width:285px;
	overflow:hidden;
}
.case-item,.case-item img{
	width:100%;
}

.case-list li:last-of-type{
	margin-right:0;
}
.case-area{
	box-sizing: border-box;
	padding:22px;
	width:100%;
	background:#fff;
	height:171px;
}
.case-item img{
	height: 212px;
}
.case-title{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 24px;
	color: #343434;
}
.case-hr{
	margin:12px auto;
	width:35px;
	height:1px;
	background:#000;
}
.case-text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.case-slides{
	position:absolute;
	left:0;
	bottom:-100%;
	width:100%;
	height:100%;
	background:rgba(246,129,1,0.9);
	transition:all .5s;
}
.case-slidearea{
	box-sizing: border-box;
	padding:25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}
.case-slidearea>div{
	width:100%;
}
.case-slidearea .case-title,.case-slidearea .case-text{
	color:#fff;
}
.case-slidearea .case-hr{
	background:#fff;
}
.case-slidearea .case-text{
	-webkit-line-clamp:7;
}
.case-list li:hover .case-slides{
	bottom:0;
}
.case-more{
	margin:0 auto;
	display:block;
	width:130px;
	height:40px;
	background:url(../images/case_more.png) no-repeat;
}

.consult{
	box-sizing: border-box;
	padding:42px 0;
	background:#f4f4f4 ;
}
.consult .hContainer{
	background:url(../images/gg_line.png) no-repeat;
	background-position:left bottom;
}
.consult-sign{
	box-sizing: border-box;
	padding-right:70px;
	width:65%;
	border-right:1px solid #c8c8c8;
}
.consult-signth{
	font-size: 30px;
	font-weight:bold;
	color: #333333;
}
.consult-signtd{
	text-align: right;
	font-weight:bold;
	font-size: 24px;
	color: #093e5e;
}
.consult-info{
	width:32%;
	justify-content: space-between;
}
.consult-title{
	font-size: 14px;
	color: #333333;
}
.consult-mobile,.consult-tel{
	font-size: 20px;
	font-weight:bold;
	color: #333333;
}
.line-contact{
	display:block;
	width:150px;
	height:50px;
	color:#fff;
	font-size: 18px;
	font-weight:bold;
	line-height:50px;
	border-radius:30px;
	background:#f87d06;
}
.line-contact:hover{
	color:#fff;
}
.news{
	box-sizing:border-box;
	padding:70px 0;
}
.news-items{
	margin-top:70px;
}
.news-newsinfo{
	width:770px;
	box-sizing: border-box;
	padding-left: 13px;
}
.news-top{
	text-align: right;
	line-height:31px;
}
.news-top span{
	font-size: 22px;
	font-weight:bold;
	color: #333333;
}
.news-top a{
	color:#7f7f7f;
}
.news-top a:hover{
	color:#f87d06;
}
.news-line{
	margin:10px 0 20px 0;
	width: 33px;
	height: 2px;
	background: #f87d06;
}
.news-newspic1{
	margin-bottom:23px;
}
.news-new1img{
	width:234px;
	overflow:hidden;
	transition:all .5s;
}
.news-new1img img{
	display: block;
	width:100%;
	max-height:133px;
	transition:all .5s;
}
.news-new1img:hover img{
	transform: scale(1.1);
}
.news-new1info{
	width:416px;
	display: inline-block;
	margin-left: 24px;
}
.news-news1title{
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-news1title a:hover{
	color:#f87d06;
}
.news-dates{
	font-size: 12px;
	line-height: 24px;
	color: #d7d7d7;
}
.news-news1title a{
	font-size: 16px;
}
.news-newstext{
	font-size: 13px;
	line-height: 26px;
	color: #696969;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-newspic2{
	box-sizing: border-box;
	padding-top:18px;
	border-top:1px dashed #dfdfdf;	
}
.news-newspic2 li{
	position: relative;
	width:100%;
	box-sizing: border-box;
	padding-left: 28px;
	height: 29px;
	line-height: 29px;
	float: left;
	margin-bottom: 4px;
}
.news-newspic2 li a{
	display:block;
	font-size: 14px;
	color: #5f5f5f;
}
.news-newspic2 li .newsinfo{
	display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:75%;
}
.news-newspic2 li .news-date{
	float: right;
}
.news-newspic2 li::before{
	content:"";
	width:6px;
	height: 1px;
	position: absolute;
	left: 0px ;
	top: 50%;
	margin-top: -6.5px;
	color: #5f5f5f;
	display: flex;
	justify-content: center;
	align-items: center;
	width:13px;
	height:13px;	
	background:url(../images/news_icon.png);
}
.news-newspic2 li:hover a{
    color:#f87d06;	
}
.news-asking{
	width:385px;
}
.news-asktile{
	font-size: 24px;
	color:#3f3f3f;
	font-weight: bold;
	box-sizing: border-box;
	padding:9px 0px 24px 0px;
	border-bottom: 1px dashed #dfdfdf;
	margin-bottom: 19px;
}
.news-asklist{
	box-sizing: border-box;
	padding-left: 13px;
}
.news-asklist li{
	box-sizing: border-box;
	padding-bottom: 24px;
	border-bottom: 1px dashed #dfdfdf;
	margin-bottom: 17px;
}
.news-asklist li:last-of-type{
	margin-bottom: 0px;
}
.news-issue{
	position: relative;
	box-sizing: border-box;
	padding-left: 35px;
	font-size: 14px;
	color: #3f3f3f;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
}
.news-issue a{
	color: #3f3f3f;
}
.news-issue a:hover{
	color:#f87d06;
}
.news-issue::before{
	content:'问';
	position: absolute;
	left: 0px;
	top: 50%;
	background:#8b8b8b;
	width:20px;
	height: 29px;
	margin-left: 0px;
	margin-top: -14px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.news-answer{
	position: relative;
	box-sizing: border-box;
	padding-left: 35px;
	font-size: 13px;
	color:#666666;;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/*height: 25px;*/
	line-height: 25px;
}
.news-answer::before{
	content:'答';
	position: absolute;
	left: 0px;
	top: 0%;
	background:#c5c5c5;
	width:20px;
	height: 29px;
	margin-left: 0px;
	/*margin-top: -14px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.about{
	box-sizing: border-box;
	padding:60px 0;
	background:url(../images/about_bg.jpg);
}
.about-item{
	margin-top:70px;
}
.about-info{
	/*margin-top:30px;*/
	width:610px;
}
.about-title{
	font-size: 28px;
	line-height: 30px;
	color: #26365a;
}
.about-text{
	margin:37px 0 49px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	color: #676767;
}
.about-img{
	margin-left:70px;
	width:520px;
	overflow:hidden;
}
.about-img img{
	width:100%;
}
.footer-th{
	box-sizing: border-box;
	padding:45px 0 60px 0;
	background:#3d3d3d;
}
.footer-area{
	
}
.footer-thlist{
	margin-right:50px;
	float: left;
	width:398px;
}
.footer-thlist dt{
	margin-bottom:12px;
	box-sizing: border-box;
	padding-bottom:18px;
	font-weight:bold;
	font-size: 18px;
	color: #ffffff;
	border-bottom: 1px dashed #666666;
}
.footer-thlist dd{
	
}
.footer-thlist a{
	margin-right:10px;
	font-size: 14px;
	line-height: 36px;
	color: #999999;
}
.footer-thlist a:hover{
	color:#f68101;	
}
.footer-thlist p{
	font-size: 14px;
	line-height: 33px;
	color: #999999;
}
.footer-area .footer-thlist:last-of-type{
	margin-right:0;
	width:290px;
}
.footer-ewm{
	margin:-40px 0 0 150px;
	font-size: 14px;
	line-height:25px;
	color: #999999;
}
.footer-ewm img{
	margin-right: 25px;
}
.footer-ewmtitle{
	margin-top:40px;
	display:inline-block;
}
.fIcp{
    box-sizing: border-box;
    padding:23px 0px;
    background:#353535;
}
.friendLkinks{
    font-size: 14px;
    color:#828282;
    margin-bottom:10px;
    line-height:28px;
}
.friendLkinks a{
    margin-right: 5px;
    font-size: 14px;
    color:#828282;
}
.friendLkinks a:hover{
	color:#f68101;	
}
.friendLkinks a:last-of-type{
    margin-right: 0px;
}
.copyRess,.webSiteMap a,.copyRight a{
    color:#828282;
}
.webSiteMap,.copyRess{
    font-size: 13px;
}
.webSiteMap a:last-of-type{
    margin-left:30px;
    position: relative;
}
.webSiteMap a:last-of-type::after{
    content:"|";
    position:absolute;
    left:-20px;
    top:0px;
    height: 16px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.copyRight a:hover{
    color:#1959ba;
}
@media(max-width:1199px){
	.hContainer{
		width:98%;
	}
	.product-nav{
		width:25%;
	}
	.product-area{
		width:73%;
	}
	.product-img{
		width:55%;
	}
	.product-img img{
		width:100%;
	}
	.product-information{
		width:40%;
	}
	.product-text{
		margin:20px 0;
		line-height:25px;
	}	
	.product-title{
		line-height:25px;
		font-size:20px;
	}
	.product-detail{
		font-size:15px;
	}
	.pro-title{
		font-size:14px;
	}
	.public-title{
		font-size:32px;
	}
	.public-info{
		font-size:16px;
	}
	.hot-keyslide{
		top:-35px;
		height:70px;
	}
	.pro-bg{
		width:100%;
		height:65px;
		line-height:65px;
		font-size:20px;
	}
	.public-navlist li{
		line-height:46px;
	}
	.public-sevrice{
		display:none;
	}
	.public-sevtel{
		font-size:24px;
	}
	.choice-text{
		font-size:14px;
	}
	.choice-title{
		font-size:18px;
	}
	.choice-list li>div{
		width:260px;
	}
	.choice-list{
		background-size:280px 323px;
	}
	.choice-list li{
		padding-top:40px;
	}
	.choice-list li:first-child, .choice-list li:nth-child(2){
		padding-bottom:40px;
	}
	.case-list li{
		margin-right:2.5%;
		width:23%;
	}
	.case{
		padding:40px 0;
	}
	.case-area{
		padding:20px;
	}
	.consult-signth{
		font-size:24px;
	}
	.consult-signtd{
		font-size:20px;
	}
	.line-contact{
		height:40px;
		line-height:40px;
		font-size:16px;
	}
	.consult-mobile, .consult-tel{
		font-size:16px;
	}
	.consult .hContainer{
		background:none;
	}	
	.consult{
		padding:30px 0;
	}	
	.news{
		padding:50px 0;
	}
	.news-newsinfo{
		width:62%;
	}
	.news-asking{
		width:35%;
	}
	.news-new1img{
		width:35%;
	}
	.news-new1info{
		width:60%;
	}
	.news-dates{
		line-height:20px;
	}
	.news-items,.about-item{
		margin-top:50px;
	}
	.footer-thlist{
		margin-right:3.5%;
		width:31%;
	}
	.footer-ewm{
		margin-left:100px;
	}
	.footer-th{
		padding:40px 0;
	}

}

@media(max-width:992px){
	.top-mobile p{
		font-size:20px;
	}
	.search-info{
		width:230px;
	}
	.public-title{
		font-size: 28px;
	}
	.pro-bg{
		display:none;
	}
	.public-navlist li{
		padding-left:30px;
		line-height:45px;
	}
	.public-navlist li::after{
		left:8px;
	}
	.product{
		padding-bottom:40px;
	}
	.choice{
		padding:40px 0;
	}
	.choice-list {
	    background-size: 230px 265px;
	}
	.choice-list li::after{
		width:40px;
		height:40px;
		background-size:100% 100%;
	}
	.choice-list li>div{
		width:190px;
	}
	.choice-list li:nth-child(odd){
		padding-left:50px;
	}
	.choice-list li:nth-child(even){
		padding-right:50px;
	}
	.choice-title,.choice-text{
		line-height:25px;
	}
	.case-slidearea .case-title,.case-slidearea .case-text{
		margin: 0 auto;
		width: 80%;
	}
	.consult-signth{
		font-size:20px;
	}
	.consult-signtd{
		font-size:16px;
	}
	.consult-sign{
		padding-right:40px;
		width:55%;	
	}
	.consult-info{
		width:40%;
	}
	.news-new1info{
		margin-left:5%;
	}
	.news-dates{
		display:none;
	}
	.news-newstext{
		line-height:21px;
	}
	.news-asklist li{
		margin-bottom:10px;
		padding-bottom:10px;
	}
	.about-info{
		width:55%;
	}
	.about-img{
		margin-left:5%;
		width:40%;
	}
	.footer-area .footer-thlist:last-of-type{
		width:28%;
	}
	.footer-thlist a,.footer-thlist p{
		font-size:13px;
	}
	.fIcp{
		margin-bottom:59px;
	}
	.webSiteMap, .copyRess{
		font-size:12px;
	}
}
@media(max-width:767px){
	.pro-img img{
		height:141px;
	}
	.case-item img{
		height:142px;
	}
	.hContainer{
		width:96%;
	}
	.top-ewm{
		display:none;
	}
	.logo{
		width:65%;	
	}
	.logo  img{
		width:100%;
	}
	.top-mobile{
		display:none;
	}
	.mobile-btn{
        position: absolute;
        right: 0px;
        top:10px;
        display: block;
        padding:5px 10px;
        background-image: none;
        /*border: 1px solid #3987de;*/
        border-radius: 4px;
        transition: all .5s;
        width:50px;
        height:32px;
    }
    .mobile-btn span{
       display: block;
        width:27px;
        height: 2px;
        border-radius: 1px;
        background:#0e3290;
        margin:5px auto;
        transition: all .5s;
    }
    .header{
    	padding:10px 0;
    }
    .nav-info{
		position:absolute;
		left: 0px;
		top:67px;
		width:100%;
		margin-left: 0px;
		display:none;
		background:rgba(0,0,0,0.8);
		z-index:15;
	}
	.nav-info li{
	    width:100%;	
	    height: 40px;
	    line-height: 40px;
	    padding: 0;
	}
	.nav-info li>a{
		line-height:40px;
	}
	.nav-info li>a{
		color:#fff;
	}
	.nav-info li.active>a, .nav-info li:hover>a{
		padding-bottom: 4px;
	}
	.nav-info li:hover .smallDrop,.hot-search{
		display: none;
	}
    .hot-key,.pc-banner,.nav-info li::before{
    	display:none;
    }
    .mobile-banner{
    	display:block;
    }
    .nav-info li.nav_active>a::after, .nav-info li:hover>a::after{
    	bottom:-8px;
    }
    .product{
    	margin-top:20px;
    	padding-bottom:20px;
    }
    .public-title{
    	font-size:20px;
    }
    .public-info{
    	font-size:13px;
    }
    .product-nav{
    	margin-bottom:10px;
    }
    .product-nav,.product-area,.product-item{
    	width:100%;
    }
    .public-navlist li{
    	float: left;
    	width:50%;
    }
    .public-navlist li a::after{
    	display:none;
    }
    .public-navlist li a{
    	padding-left:0;
    }
    .product-item{
    	display:block;
    	padding:0;
    }
    .product-img{
    	box-sizing: border-box;
    	padding:15px;
    	margin-bottom:0px;
    }
    .product-img,.product-information{
    	width:100%;
    }
    .product-information{
    	box-sizing: border-box;
    	padding:20px;
    	padding-top:0;
    }
    .product-text{
    	margin:10px 0;
    }
    .product-list li{
    	width:49%;
    }
    .product-list li:nth-child(2n){
    	margin-right:0;
    }
    .product-list li:last-of-type{
    	display:none;
    }
    .choice-list{
    	margin-top:0px;
    	background:none;
    }
    .choice-list li{
    	padding-top:12px;
    	padding-right:20px;
    	width:100%;
    	border-bottom:1px solid #d2d2d2;
    }
    .choice-list li:nth-child(even){
    	padding-left:50px;
    	padding-right:20px;
    	padding-bottom:12px;
    }
    .choice-list li>div{
    	float:left;
    }
    .choice-list li:nth-child(2)::after,.choice-list li:nth-child(4)::after{
    	left:0;
    }
    .choice-list li:first-child, .choice-list li:nth-child(2){
    	padding-bottom:12px;
    	padding-top:12px;
    }
    .choice-list li:nth-child(odd)::after,.choice-list li:nth-child(even)::after{
    	top:20px;
    }    	
    .choice-list li>div{
    	width:100%;
    }
    .choice-title span{
    	display:inline;
    }
    .choice-list li:nth-child(3){
    	/*margin-top:-266px; 	*/
	    padding-bottom: 12px;
    }
    .choice-list li:nth-child(2){
    	/*margin-top:130px;*/
    }
    .choice-list li:nth-child(2)::after{
    	background: url(../images/xzly_02.png);
    	background-size: 100% 100%;
    }
    .choice-list li:nth-child(3)::after{
    	background: url(../images/xzly_03.png);
    	background-size: 100% 100%;
    }
    .choice-title{
    	margin-bottom:5px;
    	font-size:15px;
    }
    .choice-text{
    	line-height:23px;
    	font-size:12px;
    }
    .case-list li{ 
    	float: left;
    	margin-right: 2%;
    	width:49%;
    }
    .case-list li:nth-child(2n){
    	margin-right:0;
    }
	.case-list li:nth-last-of-type(1),.case-list li:nth-last-of-type(2){
		display:none;
	}
	.case-list{
		margin:20px 0;
	}
	.consult-sign{
		padding:0;
		width:100%;
		border:none;
	}
	.consult-info{
		margin-top:15px;
		width:100%;
	}
	.consult-signth{
		text-align: center;
		font-size:18px;
	}
	.consult-signtd{
		margin-top:10px;
		text-align: center;
	}
	.consult-info>div,.news-line{
		display:none;
	}
	.line-contact{
		margin:0 auto;
		display:block;
		height:35px;
		line-height:35px;
	}
	.news-newsinfo,.news-asking{
		padding:0;
		width:100%;
	}
	.news-top{
		margin-bottom:15px;
	}
	.news-top span{
		font-size:20px;
	}
	.news-newsinfo{
		margin-bottom:20px;
	}
	.news-items{
		margin-top:20px;
	}
	.news{
		padding:20px 0;
	}
	.news-new1img{
		width:40%;
	}
	.news-new1info{
		width:55%;
	}
	.news-newstext{
		font-size:12px;
		-webkit-line-clamp: 2;
	}
	.news-news1title{
		margin-bottom:10px;
	}
	.news-newspic1{
		margin-bottom:15px;
	}
	.news-newspic2{
		padding-top:14px;
	}
	.w_newlist .news-newspic2:last-of-type{
		display:none;
	}
	.about-item{
		margin-top:20px;
	}
	.about-item{
		display:block;
	}
	.about-info,.about-img{
		width:100%;
	}
	.about-info{
		margin-top:10px;
	}
	.about-img{
		margin-bottom:15px;
		box-sizing: border-box;
		padding:20px;
		/*margin-top:-547px;*/
		background:#fff;
	}
	.about-title{
		font-size:20px;
	}
	.about-text{
		margin:10px 0;
	}
	.footer-thlist,.footer-info,.friendLkinks{
		display:none;
	}
	.footer-area .footer-thlist:last-of-type{
		display:block;
		width:100%;
	}
	.footer-th{
		padding:20px 0;
	}
	.footer-thlist dt{
		padding-bottom:10px;
	}
	.footer-thlist p{
		line-height:25px;
	}
	.about{
		padding:20px 0;	
	}
	.webSiteMap, .copyRess{
		width:100%;
		text-align: center;
		line-height:25px;
	}
	.choice{
		padding:20px 0;
	}
	.pc-choice{
		display:none;
	}
	.mo-choice{
		display:block;
	}
	.case-slidearea{
		padding:10px;
	}
	.case-slidearea .case-title, .case-slidearea .case-text{
		width:100%;
	}
	.case-slidearea .case-text{
		-webkit-line-clamp:5;
	}
	
}


.smallImg{
    position: relative;
    display: inline;
}
.bigImg{
    position:absolute;
    left:60%;
    top:-579px;
    display:none;
    width:700px;
    height:auto;
    z-index:999;
}
.bigImg img{
    width:100%;
}
.smallImg:hover .bigImg{
    display:block;
}

